﻿2026-08-05T03:43:57.4026931Z ##[group]Run set -euo pipefail
2026-08-05T03:43:57.4027228Z [36;1mset -euo pipefail[0m
2026-08-05T03:43:57.4027443Z [36;1mPIN=0c95435[0m
2026-08-05T03:43:57.4027665Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-05T03:43:57.4027913Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-05T03:43:57.4028243Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-05T03:43:57.4028657Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-05T03:43:57.4029150Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-05T03:43:57.4029484Z [36;1m  rm -rf "$CACHE"[0m
2026-08-05T03:43:57.4029713Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-05T03:43:57.4029976Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-05T03:43:57.4030319Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-05T03:43:57.4030738Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-05T03:43:57.4031182Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-05T03:43:57.4031625Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-05T03:43:57.4032039Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-05T03:43:57.4032468Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-05T03:43:57.4032898Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-05T03:43:57.4033325Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-05T03:43:57.4033678Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-05T03:43:57.4034028Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-05T03:43:57.4034453Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-05T03:43:57.4034802Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-05T03:43:57.4035187Z [36;1mfi[0m
2026-08-05T03:43:57.4035483Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-05T03:43:57.4035854Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-05T03:43:57.4049034Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-05T03:43:57.4049339Z env:
2026-08-05T03:43:57.4049550Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-05T03:43:57.4049928Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30971976024-1-cJgY5i
2026-08-05T03:43:57.4050409Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30971976024-1-cJgY5i
2026-08-05T03:43:57.4050867Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30971976024-1-cJgY5i
2026-08-05T03:43:57.4051285Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30971976024-1-cJgY5i
2026-08-05T03:43:57.4051624Z ##[endgroup]
2026-08-05T03:43:57.7148180Z    Compiling proc-macro2 v1.0.106
2026-08-05T03:43:57.7148604Z    Compiling quote v1.0.45
2026-08-05T03:43:57.7149335Z    Compiling unicode-ident v1.0.24
2026-08-05T03:43:57.7149630Z    Compiling libc v0.2.186
2026-08-05T03:43:57.7149926Z    Compiling serde_core v1.0.228
2026-08-05T03:43:57.7150375Z    Compiling cfg-if v1.0.4
2026-08-05T03:43:57.7150690Z    Compiling serde v1.0.228
2026-08-05T03:43:57.7190641Z    Compiling typenum v1.20.1
2026-08-05T03:43:57.7253123Z    Compiling log v0.4.32
2026-08-05T03:43:57.7330884Z    Compiling portable-atomic v1.13.1
2026-08-05T03:43:57.7344052Z    Compiling pin-project-lite v0.2.17
2026-08-05T03:43:57.7375781Z    Compiling memchr v2.8.1
2026-08-05T03:43:57.7376257Z    Compiling version_check v0.9.5
2026-08-05T03:43:57.7512243Z    Compiling critical-section v1.2.0
2026-08-05T03:43:57.7551669Z    Compiling shlex v2.0.1
2026-08-05T03:43:57.7801621Z    Compiling find-msvc-tools v0.1.9
2026-08-05T03:43:57.8200946Z    Compiling subtle v2.6.1
2026-08-05T03:43:57.8330838Z    Compiling bytes v1.11.1
2026-08-05T03:43:57.8549749Z    Compiling futures-core v0.3.32
2026-08-05T03:43:57.9568093Z    Compiling equivalent v1.0.2
2026-08-05T03:43:57.9728601Z    Compiling smallvec v1.15.1
2026-08-05T03:43:58.0072265Z    Compiling itoa v1.0.18
2026-08-05T03:43:58.0309859Z    Compiling semver v1.0.28
2026-08-05T03:43:58.0472096Z    Compiling stable_deref_trait v1.2.1
2026-08-05T03:43:58.0684475Z    Compiling slab v0.4.12
2026-08-05T03:43:58.0794250Z    Compiling futures-sink v0.3.32
2026-08-05T03:43:58.0831608Z    Compiling generic-array v0.14.7
2026-08-05T03:43:58.1093195Z    Compiling futures-io v0.3.32
2026-08-05T03:43:58.1320730Z    Compiling rand_core v0.10.1
2026-08-05T03:43:58.1602496Z    Compiling futures-channel v0.3.32
2026-08-05T03:43:58.2103943Z    Compiling futures-task v0.3.32
2026-08-05T03:43:58.2266682Z    Compiling bitflags v2.12.1
2026-08-05T03:43:58.2609736Z    Compiling getrandom v0.4.2
2026-08-05T03:43:58.2896043Z    Compiling hashbrown v0.17.1
2026-08-05T03:43:58.3037428Z    Compiling rustversion v1.0.22
2026-08-05T03:43:58.3111534Z    Compiling cpufeatures v0.2.17
2026-08-05T03:43:58.3237483Z    Compiling fnv v1.0.7
2026-08-05T03:43:58.3742355Z    Compiling rustc_version v0.4.1
2026-08-05T03:43:58.4021029Z    Compiling cfg_aliases v0.2.1
2026-08-05T03:43:58.4127526Z    Compiling strsim v0.11.1
2026-08-05T03:43:58.4580540Z    Compiling writeable v0.6.3
2026-08-05T03:43:58.4725500Z    Compiling litemap v0.8.2
2026-08-05T03:43:58.4950839Z    Compiling utf8_iter v1.0.4
2026-08-05T03:43:58.5114039Z    Compiling icu_normalizer_data v2.2.0
2026-08-05T03:43:58.5270633Z    Compiling dunce v1.0.5
2026-08-05T03:43:58.5896309Z    Compiling fs_extra v1.3.0
2026-08-05T03:43:58.6570573Z    Compiling icu_properties_data v2.2.0
2026-08-05T03:43:58.6710774Z    Compiling ident_case v1.0.1
2026-08-05T03:43:58.7151316Z    Compiling percent-encoding v2.3.2
2026-08-05T03:43:58.7350130Z    Compiling autocfg v1.5.1
2026-08-05T03:43:58.7770876Z    Compiling http v1.4.1
2026-08-05T03:43:58.8090982Z    Compiling thiserror v2.0.18
2026-08-05T03:43:58.9210922Z    Compiling unicode-segmentation v1.13.3
2026-08-05T03:43:58.9450117Z    Compiling aws-lc-rs v1.17.0
2026-08-05T03:43:58.9598631Z    Compiling cpufeatures v0.3.0
2026-08-05T03:43:59.0271723Z    Compiling syn v2.0.117
2026-08-05T03:43:59.0641470Z    Compiling hybrid-array v0.4.12
2026-08-05T03:43:59.0643572Z    Compiling scopeguard v1.2.0
2026-08-05T03:43:59.1112798Z    Compiling form_urlencoded v1.2.2
2026-08-05T03:43:59.1194698Z    Compiling indexmap v2.14.0
2026-08-05T03:43:59.1497546Z    Compiling lock_api v0.4.14
2026-08-05T03:43:59.1562155Z    Compiling untrusted v0.9.0
2026-08-05T03:43:59.1970070Z    Compiling heck v0.5.0
2026-08-05T03:43:59.2020734Z    Compiling rustls v0.23.40
2026-08-05T03:43:59.2230557Z    Compiling const-oid v0.10.2
2026-08-05T03:43:59.2614512Z    Compiling anyhow v1.0.102
2026-08-05T03:43:59.3020846Z    Compiling atomic-waker v1.1.2
2026-08-05T03:43:59.3570424Z    Compiling unicode-xid v0.2.6
2026-08-05T03:43:59.3848650Z    Compiling paste v1.0.15
2026-08-05T03:43:59.4110569Z    Compiling convert_case v0.10.0
2026-08-05T03:43:59.4244649Z    Compiling zerocopy v0.8.50
2026-08-05T03:43:59.4716478Z    Compiling parking_lot_core v0.9.12
2026-08-05T03:43:59.4815463Z    Compiling fastrand v2.4.1
2026-08-05T03:43:59.4817152Z    Compiling httparse v1.10.1
2026-08-05T03:43:59.5285266Z    Compiling num-traits v0.2.19
2026-08-05T03:43:59.6450022Z    Compiling block-buffer v0.12.0
2026-08-05T03:43:59.6451308Z    Compiling crypto-common v0.2.2
2026-08-05T03:43:59.6871071Z    Compiling jobserver v0.1.34
2026-08-05T03:43:59.6931555Z    Compiling inout v0.2.2
2026-08-05T03:43:59.7341802Z    Compiling curve25519-dalek v4.1.3
2026-08-05T03:43:59.7570871Z    Compiling crypto-common v0.1.7
2026-08-05T03:43:59.7650345Z    Compiling block-buffer v0.10.4
2026-08-05T03:43:59.7802325Z    Compiling http-body v1.0.1
2026-08-05T03:43:59.8030785Z    Compiling ahash v0.8.12
2026-08-05T03:43:59.8200867Z    Compiling powerfmt v0.2.0
2026-08-05T03:43:59.8362326Z    Compiling either v1.16.0
2026-08-05T03:43:59.8703746Z    Compiling base64ct v1.8.3
2026-08-05T03:43:59.9128853Z    Compiling digest v0.10.7
2026-08-05T03:43:59.9974867Z    Compiling cc v1.2.63
2026-08-05T03:44:00.0468474Z    Compiling deranged v0.5.8
2026-08-05T03:44:00.1281008Z    Compiling time-core v0.1.8
2026-08-05T03:44:00.1530816Z    Compiling zmij v1.0.21
2026-08-05T03:44:00.1956389Z    Compiling mio v1.2.1
2026-08-05T03:44:00.2054100Z    Compiling socket2 v0.6.4
2026-08-05T03:44:00.2182778Z    Compiling getrandom v0.2.17
2026-08-05T03:44:00.3300972Z    Compiling pem-rfc7468 v1.0.0
2026-08-05T03:44:00.3340925Z    Compiling num-conv v0.2.2
2026-08-05T03:44:00.3441159Z    Compiling vcpkg v0.2.15
2026-08-05T03:44:00.3939561Z    Compiling rand_core v0.6.4
2026-08-05T03:44:00.4327250Z    Compiling tinyvec_macros v0.1.1
2026-08-05T03:44:00.4830534Z    Compiling uuid v1.23.2
2026-08-05T03:44:00.4943528Z    Compiling try-lock v0.2.5
2026-08-05T03:44:00.5351263Z    Compiling pkg-config v0.3.33
2026-08-05T03:44:00.5763640Z    Compiling data-encoding v2.11.0
2026-08-05T03:44:00.5828856Z    Compiling tower-service v0.3.3
2026-08-05T03:44:00.6237469Z    Compiling base64 v0.22.1
2026-08-05T03:44:00.6464518Z    Compiling want v0.3.1
2026-08-05T03:44:00.6918081Z    Compiling parking_lot v0.12.5
2026-08-05T03:44:00.7970757Z    Compiling cipher v0.5.2
2026-08-05T03:44:00.8190629Z    Compiling tinyvec v1.11.0
2026-08-05T03:44:01.0350077Z    Compiling sha2 v0.10.9
2026-08-05T03:44:01.0480574Z    Compiling inout v0.1.4
2026-08-05T03:44:01.0639329Z    Compiling spt-procident v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-05T03:44:01.0940544Z    Compiling chacha20 v0.10.0
2026-08-05T03:44:01.1470793Z    Compiling vergen-lib v9.1.0
2026-08-05T03:44:01.1662110Z    Compiling n0-future v0.3.2
2026-08-05T03:44:01.2181498Z    Compiling serde_json v1.0.150
2026-08-05T03:44:01.2754907Z    Compiling crossbeam-utils v0.8.21
2026-08-05T03:44:01.2930393Z    Compiling parking v2.2.1
2026-08-05T03:44:01.3361016Z    Compiling signature v2.2.0
2026-08-05T03:44:01.3681852Z    Compiling cordyceps v0.3.4
2026-08-05T03:44:01.3773403Z    Compiling rand v0.10.1
2026-08-05T03:44:01.4169075Z    Compiling diatomic-waker v0.2.3
2026-08-05T03:44:01.4371223Z    Compiling winnow v1.0.3
2026-08-05T03:44:01.4423252Z    Compiling cmake v0.1.58
2026-08-05T03:44:01.4547911Z    Compiling spin v0.10.0
2026-08-05T03:44:01.5026456Z    Compiling httpdate v1.0.3
2026-08-05T03:44:01.5411349Z    Compiling ed25519 v2.2.3
2026-08-05T03:44:01.5684838Z    Compiling futures-lite v2.6.1
2026-08-05T03:44:01.6001578Z    Compiling spt-poolguard v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-05T03:44:01.6010209Z    Compiling cipher v0.4.4
2026-08-05T03:44:01.6473497Z    Compiling digest v0.11.3
2026-08-05T03:44:01.7008869Z    Compiling futures-buffered v0.2.13
2026-08-05T03:44:01.7534567Z    Compiling netlink-packet-core v0.8.1
2026-08-05T03:44:01.7824191Z    Compiling universal-hash v0.5.1
2026-08-05T03:44:01.8005563Z    Compiling vergen-lib v0.1.6
2026-08-05T03:44:01.8483618Z    Compiling vergen v9.1.0
2026-08-05T03:44:01.8604673Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-05T03:44:01.8688915Z    Compiling heapless v0.7.17
2026-08-05T03:44:01.9051344Z    Compiling aho-corasick v1.1.4
2026-08-05T03:44:01.9721278Z    Compiling noq-udp v0.10.0
2026-08-05T03:44:01.9792527Z    Compiling sync_wrapper v1.0.2
2026-08-05T03:44:01.9915175Z    Compiling opaque-debug v0.3.1
2026-08-05T03:44:02.0546648Z    Compiling byteorder v1.5.0
2026-08-05T03:44:02.0623308Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-05T03:44:02.0688177Z    Compiling regex-syntax v0.8.10
2026-08-05T03:44:02.0690195Z    Compiling allocator-api2 v0.2.21
2026-08-05T03:44:02.1345066Z    Compiling polyval v0.6.2
2026-08-05T03:44:02.2320519Z    Compiling hash32 v0.2.1
2026-08-05T03:44:02.3143610Z    Compiling spin v0.9.8
2026-08-05T03:44:02.3480819Z    Compiling aws-lc-sys v0.41.0
2026-08-05T03:44:02.3610841Z    Compiling ring v0.17.14
2026-08-05T03:44:02.3770863Z    Compiling libsqlite3-sys v0.30.1
2026-08-05T03:44:02.3811264Z    Compiling spt-store v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-05T03:44:02.4004030Z    Compiling vergen-gitcl v1.0.8
2026-08-05T03:44:02.4381039Z    Compiling signature v3.0.0
2026-08-05T03:44:02.5268628Z    Compiling fallible-iterator v0.3.0
2026-08-05T03:44:02.5557164Z    Compiling ryu v1.0.23
2026-08-05T03:44:02.5602144Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-05T03:44:02.6910635Z    Compiling num_threads v0.1.7
2026-08-05T03:44:02.6912442Z    Compiling tower-layer v0.3.3
2026-08-05T03:44:02.7400721Z    Compiling ghash v0.5.1
2026-08-05T03:44:02.7540740Z    Compiling ctr v0.9.2
2026-08-05T03:44:02.8177782Z    Compiling time v0.3.47
2026-08-05T03:44:02.8380127Z    Compiling aes v0.8.4
2026-08-05T03:44:02.8451261Z    Compiling sha2 v0.11.0-rc.5
2026-08-05T03:44:02.9682852Z    Compiling fs2 v0.4.3
2026-08-05T03:44:03.0411444Z    Compiling http-body-util v0.1.3
2026-08-05T03:44:03.1260430Z    Compiling aead v0.5.2
2026-08-05T03:44:03.2460345Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-05T03:44:03.3008502Z    Compiling rustix v1.1.4
2026-08-05T03:44:03.3442987Z    Compiling utf8parse v0.2.2
2026-08-05T03:44:03.3446670Z    Compiling arrayvec v0.7.6
2026-08-05T03:44:03.4391344Z    Compiling openssl-probe v0.2.1
2026-08-05T03:44:03.5645999Z    Compiling aes-gcm v0.10.3
2026-08-05T03:44:03.5711172Z    Compiling crossbeam-channel v0.5.15
2026-08-05T03:44:03.6350817Z    Compiling crossbeam-epoch v0.9.18
2026-08-05T03:44:03.7360615Z    Compiling blake3 v1.8.5
2026-08-05T03:44:03.7470762Z    Compiling netlink-packet-route v0.29.0
2026-08-05T03:44:03.7519056Z    Compiling memoffset v0.6.5
2026-08-05T03:44:03.8956270Z    Compiling synstructure v0.13.2
2026-08-05T03:44:04.0100914Z    Compiling darling_core v0.20.11
2026-08-05T03:44:04.0361621Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-05T03:44:04.1683505Z    Compiling acto v0.8.2
2026-08-05T03:44:04.2227520Z    Compiling noq v0.18.0
2026-08-05T03:44:04.3224924Z    Compiling netwatch v0.16.0
2026-08-05T03:44:04.3300816Z    Compiling sorted-index-buffer v0.2.1
2026-08-05T03:44:04.4283713Z    Compiling rustc-hash v2.1.2
2026-08-05T03:44:04.4800953Z    Compiling xml-rs v0.8.28
2026-08-05T03:44:04.5202992Z    Compiling linux-raw-sys v0.12.1
2026-08-05T03:44:04.5303025Z    Compiling ref-cast v1.0.25
2026-08-05T03:44:04.5434628Z    Compiling mac-addr v0.3.0
2026-08-05T03:44:04.6088427Z    Compiling regex-automata v0.4.14
2026-08-05T03:44:04.7481726Z    Compiling lru-slab v0.1.2
2026-08-05T03:44:04.8014140Z    Compiling identity-hash v0.1.0
2026-08-05T03:44:04.8645647Z    Compiling tagptr v0.2.0
2026-08-05T03:44:04.8652864Z    Compiling foldhash v0.2.0
2026-08-05T03:44:04.8787617Z    Compiling thiserror v1.0.69
2026-08-05T03:44:05.0035729Z    Compiling proc-macro-crate v3.5.0
2026-08-05T03:44:05.0660982Z    Compiling hashbrown v0.16.1
2026-08-05T03:44:05.3395415Z    Compiling xmltree v0.10.3
2026-08-05T03:44:05.4639223Z    Compiling serde_derive_internals v0.29.1
2026-08-05T03:44:05.5384001Z    Compiling netlink-packet-route v0.30.0
2026-08-05T03:44:05.8063116Z    Compiling errno v0.3.14
2026-08-05T03:44:05.8299514Z    Compiling serde_derive v1.0.228
2026-08-05T03:44:05.9063997Z    Compiling zeroize_derive v1.4.3
2026-08-05T03:44:05.9425756Z    Compiling tokio-macros v2.7.0
2026-08-05T03:44:05.9619400Z    Compiling zerofrom-derive v0.1.7
2026-08-05T03:44:06.1788317Z    Compiling futures-macro v0.3.32
2026-08-05T03:44:06.2547594Z    Compiling yoke-derive v0.8.2
2026-08-05T03:44:06.3788918Z    Compiling zerovec-derive v0.11.3
2026-08-05T03:44:06.4603322Z    Compiling zeroize v1.8.2
2026-08-05T03:44:06.6010220Z    Compiling displaydoc v0.2.6
2026-08-05T03:44:06.6250496Z    Compiling tokio v1.52.3
2026-08-05T03:44:06.6340418Z    Compiling tracing-attributes v0.1.31
2026-08-05T03:44:07.1037995Z    Compiling futures-util v0.3.32
2026-08-05T03:44:07.1892650Z    Compiling rustls-pki-types v1.14.1
2026-08-05T03:44:07.2910385Z    Compiling zerofrom v0.1.8
2026-08-05T03:44:07.3864565Z    Compiling thiserror-impl v2.0.18
2026-08-05T03:44:07.4132000Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-05T03:44:07.4751348Z    Compiling yoke v0.8.3
2026-08-05T03:44:07.6850874Z    Compiling zerotrie v0.2.4
2026-08-05T03:44:07.8761960Z    Compiling zerovec v0.11.6
2026-08-05T03:44:07.9250985Z    Compiling darling_macro v0.20.11
2026-08-05T03:44:08.0391748Z    Compiling derive_more-impl v2.1.1
2026-08-05T03:44:08.0980917Z    Compiling n0-error-macros v0.1.3
2026-08-05T03:44:08.2065292Z    Compiling spez v0.1.2
2026-08-05T03:44:08.3038727Z    Compiling darling v0.20.11
2026-08-05T03:44:08.3719592Z    Compiling derive_builder_core v0.20.2
2026-08-05T03:44:08.5970288Z    Compiling der v0.8.0-rc.10
2026-08-05T03:44:08.7238360Z    Compiling tinystr v0.8.3
2026-08-05T03:44:08.9290585Z    Compiling icu_locale_core v2.2.0
2026-08-05T03:44:09.0220952Z    Compiling potential_utf v0.1.5
2026-08-05T03:44:09.1737817Z    Compiling icu_collections v2.2.0
2026-08-05T03:44:09.1881109Z    Compiling n0-error v0.1.3
2026-08-05T03:44:09.5398374Z    Compiling pin-project-internal v1.1.13
2026-08-05T03:44:09.7183396Z    Compiling derive_builder_macro v0.20.2
2026-08-05T03:44:09.8506987Z    Compiling ed25519-dalek v2.2.0
2026-08-05T03:44:09.9950917Z    Compiling derive_builder v0.20.2
2026-08-05T03:44:10.0810179Z    Compiling spki v0.8.0-rc.4
2026-08-05T03:44:10.2358086Z    Compiling icu_provider v2.2.0
2026-08-05T03:44:10.2830514Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-05T03:44:10.4621849Z    Compiling spt-proto v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-05T03:44:10.6190689Z    Compiling icu_normalizer v2.2.0
2026-08-05T03:44:10.6271325Z    Compiling icu_properties v2.2.0
2026-08-05T03:44:10.6431424Z    Compiling cobs v0.3.0
2026-08-05T03:44:10.7069081Z    Compiling futures-executor v0.3.32
2026-08-05T03:44:10.8485426Z    Compiling pin-project v1.1.13
2026-08-05T03:44:10.8600985Z    Compiling regex v1.12.3
2026-08-05T03:44:10.8795624Z    Compiling futures v0.3.32
2026-08-05T03:44:10.8899187Z    Compiling postcard-derive v0.2.2
2026-08-05T03:44:10.9171404Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-05T03:44:11.0837909Z    Compiling ipnet v2.12.0
2026-08-05T03:44:11.3630092Z    Compiling ed25519 v3.0.0-rc.4
2026-08-05T03:44:11.5890694Z    Compiling prefix-trie v0.8.4
2026-08-05T03:44:11.6271077Z    Compiling data-encoding-macro v0.1.20
2026-08-05T03:44:11.6968665Z    Compiling rustls-native-certs v0.8.4
2026-08-05T03:44:11.7285586Z    Compiling async-trait v0.1.89
2026-08-05T03:44:11.8860825Z    Compiling strum_macros v0.28.0
2026-08-05T03:44:11.9938777Z    Compiling once_cell v1.21.4
2026-08-05T03:44:12.0511120Z    Compiling iroh-metrics-derive v0.4.1
2026-08-05T03:44:12.1550739Z    Compiling enum-assoc v1.3.0
2026-08-05T03:44:12.1650984Z    Compiling num_enum_derive v0.7.6
2026-08-05T03:44:12.2475293Z    Compiling tracing-core v0.1.36
2026-08-05T03:44:12.3862317Z    Compiling idna_adapter v1.2.2
2026-08-05T03:44:12.5230641Z    Compiling idna v1.1.0
2026-08-05T03:44:12.5530982Z    Compiling derive_more v2.1.1
2026-08-05T03:44:12.5933952Z    Compiling postcard v1.1.3
2026-08-05T03:44:12.7051149Z    Compiling moka v0.12.15
2026-08-05T03:44:12.7780397Z    Compiling hashbrown v0.14.5
2026-08-05T03:44:12.8201529Z    Compiling iroh-relay v0.98.0
2026-08-05T03:44:13.0651001Z    Compiling tracing v0.1.44
2026-08-05T03:44:13.0888782Z    Compiling tokio-util v0.7.18
2026-08-05T03:44:13.1551667Z    Compiling url v2.5.8
2026-08-05T03:44:13.1831864Z    Compiling netlink-sys v0.8.8
2026-08-05T03:44:13.3037973Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-05T03:44:13.5211481Z    Compiling tower v0.5.3
2026-08-05T03:44:13.5300791Z    Compiling num_enum v0.7.6
2026-08-05T03:44:13.6130546Z    Compiling netlink-proto v0.12.0
2026-08-05T03:44:13.6680937Z    Compiling hashlink v0.9.1
2026-08-05T03:44:13.7090892Z    Compiling netdev v0.42.0
2026-08-05T03:44:13.7164904Z    Compiling iroh-metrics v0.38.3
2026-08-05T03:44:13.7984649Z    Compiling toml_datetime v0.6.11
2026-08-05T03:44:13.8931201Z    Compiling serde_spanned v0.6.9
2026-08-05T03:44:13.9242020Z    Compiling thiserror-impl v1.0.69
2026-08-05T03:44:14.0201421Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-05T03:44:14.0269913Z    Compiling iroh-base v0.98.0
2026-08-05T03:44:14.0613977Z    Compiling rusqlite v0.32.1
2026-08-05T03:44:14.1105385Z    Compiling attohttpc v0.30.1
2026-08-05T03:44:14.1670752Z    Compiling tower-http v0.6.11
2026-08-05T03:44:14.2430796Z    Compiling h2 v0.4.14
2026-08-05T03:44:14.6954333Z    Compiling tokio-stream v0.1.18
2026-08-05T03:44:14.7294000Z    Compiling ref-cast-impl v1.0.25
2026-08-05T03:44:14.7560538Z    Compiling n0-watcher v0.6.1
2026-08-05T03:44:14.7932028Z    Compiling termios v0.2.2
2026-08-05T03:44:14.9610782Z    Compiling serial-core v0.4.0
2026-08-05T03:44:14.9735898Z    Compiling strum v0.28.0
2026-08-05T03:44:14.9829491Z    Compiling ioctl-rs v0.1.6
2026-08-05T03:44:15.0402234Z    Compiling simple-dns v0.9.3
2026-08-05T03:44:15.0650662Z    Compiling arrayref v0.3.9
2026-08-05T03:44:15.0790786Z    Compiling signal-hook v0.3.18
2026-08-05T03:44:15.0964453Z    Compiling simdutf8 v0.1.5
2026-08-05T03:44:15.1187465Z    Compiling toml_write v0.1.2
2026-08-05T03:44:15.1753952Z    Compiling sha1_smol v1.0.1
2026-08-05T03:44:15.2296719Z    Compiling resolv-conf v0.7.6
2026-08-05T03:44:15.2554069Z    Compiling winnow v0.7.15
2026-08-05T03:44:15.3467654Z    Compiling smol_str v0.1.24
2026-08-05T03:44:15.3674851Z    Compiling constant_time_eq v0.4.2
2026-08-05T03:44:15.4623428Z    Compiling serial-unix v0.4.0
2026-08-05T03:44:15.5800787Z    Compiling webpki-roots v1.0.7
2026-08-05T03:44:15.7023484Z    Compiling schemars_derive v1.2.1
2026-08-05T03:44:15.7259660Z    Compiling signal-hook-registry v1.4.8
2026-08-05T03:44:15.7745940Z    Compiling lru v0.16.4
2026-08-05T03:44:15.8680737Z    Compiling darling_core v0.23.0
2026-08-05T03:44:15.9701156Z    Compiling serde_bytes v0.11.19
2026-08-05T03:44:16.0083224Z    Compiling seize v0.5.1
2026-08-05T03:44:16.1203889Z    Compiling hmac v0.12.1
2026-08-05T03:44:16.1290646Z    Compiling iroh v0.98.2
2026-08-05T03:44:16.2084234Z    Compiling pin-utils v0.1.0
2026-08-05T03:44:16.2430984Z    Compiling cmov v0.5.4
2026-08-05T03:44:16.2734524Z    Compiling rustix v0.38.44
2026-08-05T03:44:16.2821165Z    Compiling bitflags v1.3.2
2026-08-05T03:44:16.2861125Z    Compiling dyn-clone v1.0.20
2026-08-05T03:44:16.3442071Z    Compiling nix v0.25.1
2026-08-05T03:44:16.3711626Z    Compiling papaya v0.2.4
2026-08-05T03:44:16.4382584Z    Compiling hkdf v0.12.4
2026-08-05T03:44:16.4709365Z    Compiling ctutils v0.4.2
2026-08-05T03:44:16.5590532Z    Compiling iroh-dns v0.98.0
2026-08-05T03:44:16.6500746Z    Compiling serial v0.4.0
2026-08-05T03:44:16.7051904Z    Compiling filedescriptor v0.8.3
2026-08-05T03:44:16.7427310Z    Compiling backon v1.6.0
2026-08-05T03:44:16.9112826Z    Compiling anstyle-parse v1.0.0
2026-08-05T03:44:16.9186250Z    Compiling vte_generate_state_changes v0.1.2
2026-08-05T03:44:16.9491611Z    Compiling instability v0.3.12
2026-08-05T03:44:16.9961299Z    Compiling shell-words v1.1.1
2026-08-05T03:44:17.0097264Z    Compiling colorchoice v1.0.5
2026-08-05T03:44:17.0631577Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-05T03:44:17.1341021Z    Compiling foldhash v0.1.5
2026-08-05T03:44:17.1584925Z    Compiling downcast-rs v1.2.1
2026-08-05T03:44:17.2151226Z    Compiling anstyle-query v1.1.5
2026-08-05T03:44:17.2249534Z    Compiling unicode-width v0.2.0
2026-08-05T03:44:17.2369884Z    Compiling is_terminal_polyfill v1.70.2
2026-08-05T03:44:17.2484179Z    Compiling linux-raw-sys v0.4.15
2026-08-05T03:44:17.2967312Z    Compiling anstyle v1.0.14
2026-08-05T03:44:17.3077327Z    Compiling hashbrown v0.15.5
2026-08-05T03:44:17.3267805Z    Compiling vte v0.13.1
2026-08-05T03:44:17.5185921Z    Compiling anstream v1.0.0
2026-08-05T03:44:17.5629713Z    Compiling toml_edit v0.22.27
2026-08-05T03:44:17.6780555Z    Compiling schemars v1.2.1
2026-08-05T03:44:17.8070998Z    Compiling signal-hook-mio v0.2.5
2026-08-05T03:44:17.9013238Z    Compiling spake2 v0.4.0
2026-08-05T03:44:17.9239440Z    Compiling terminal_size v0.4.4
2026-08-05T03:44:17.9628641Z    Compiling strum_macros v0.26.4
2026-08-05T03:44:18.0383282Z    Compiling sha1 v0.10.6
2026-08-05T03:44:18.1220569Z    Compiling itertools v0.13.0
2026-08-05T03:44:18.2506152Z    Compiling castaway v0.2.4
2026-08-05T03:44:18.2811632Z    Compiling doctest-file v1.1.1
2026-08-05T03:44:18.3391161Z    Compiling indoc v2.0.7
2026-08-05T03:44:18.3881090Z    Compiling clap_lex v1.1.0
2026-08-05T03:44:18.6251297Z    Compiling static_assertions v1.1.0
2026-08-05T03:44:18.7090651Z    Compiling unicode-width v0.1.14
2026-08-05T03:44:18.7677008Z    Compiling compact_str v0.8.2
2026-08-05T03:44:18.7850788Z    Compiling crossterm v0.28.1
2026-08-05T03:44:18.9855823Z    Compiling interprocess v2.4.2
2026-08-05T03:44:19.0257535Z    Compiling clap_builder v4.6.0
2026-08-05T03:44:19.6212977Z    Compiling lru v0.12.5
2026-08-05T03:44:19.6298708Z    Compiling darling_macro v0.23.0
2026-08-05T03:44:19.7730612Z    Compiling clap_derive v4.6.1
2026-08-05T03:44:19.8051882Z    Compiling cassowary v0.3.0
2026-08-05T03:44:19.8640263Z    Compiling iana-time-zone v0.1.65
2026-08-05T03:44:19.9718244Z    Compiling toml v0.8.23
2026-08-05T03:44:20.1880907Z    Compiling hyper v1.10.1
2026-08-05T03:44:20.2160561Z    Compiling darling v0.23.0
2026-08-05T03:44:20.2400456Z    Compiling unicode-truncate v1.1.0
2026-08-05T03:44:20.3126600Z    Compiling portable-pty v0.8.1
2026-08-05T03:44:20.3950691Z    Compiling chrono v0.4.45
2026-08-05T03:44:20.4607816Z    Compiling nucleo-matcher v0.3.1
2026-08-05T03:44:20.4950828Z    Compiling strum v0.26.3
2026-08-05T03:44:20.6210955Z    Compiling qrcode v0.14.1
2026-08-05T03:44:20.6498679Z    Compiling tempfile v3.27.0
2026-08-05T03:44:20.8471183Z    Compiling ratatui v0.29.0
2026-08-05T03:44:20.9942647Z    Compiling spt-test-support v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-05T03:44:22.0350846Z    Compiling clap v4.6.1
2026-08-05T03:44:22.1430272Z    Compiling hyper-util v0.1.20
2026-08-05T03:44:22.4235738Z    Compiling spt-msg v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-05T03:44:22.8188490Z    Compiling spt-runtime v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-05T03:44:22.8280907Z    Compiling spt-term v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-05T03:44:23.7794182Z    Compiling igd-next v0.17.1
2026-08-05T03:44:24.8428168Z    Compiling portmapper v0.16.0
2026-08-05T03:44:26.1761950Z    Compiling spt-live v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-05T03:44:30.1742475Z    Compiling rustls-webpki v0.103.13
2026-08-05T03:44:32.5399962Z    Compiling tokio-rustls v0.26.4
2026-08-05T03:44:32.5400457Z    Compiling rustls-platform-verifier v0.7.0
2026-08-05T03:44:32.5400783Z    Compiling noq-proto v0.17.0
2026-08-05T03:44:32.6812516Z    Compiling hickory-net v0.26.0-beta.4
2026-08-05T03:44:32.6813240Z    Compiling hyper-rustls v0.27.9
2026-08-05T03:44:32.6813682Z    Compiling tokio-websockets v0.13.2
2026-08-05T03:44:32.8060492Z    Compiling reqwest v0.13.4
2026-08-05T03:44:33.7179837Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-05T03:44:47.1512668Z    Compiling spt-net v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-05T03:44:48.9440577Z    Compiling spt-daemon v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-05T03:44:59.4123132Z    Compiling spt v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-05T03:45:05.5330166Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-08-05T03:45:05.5550540Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-7d74cc56882a8379)
2026-08-05T03:45:05.5563691Z 
2026-08-05T03:45:05.5563839Z running 1 test
2026-08-05T03:45:13.0982664Z test new_brain_serves_against_old_broker ... ok
2026-08-05T03:45:13.0983109Z 
2026-08-05T03:45:13.0983383Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.54s
2026-08-05T03:45:13.0983733Z 
